The file path of the Maximo 7 control is improved to 6 and the files are put together in a centralized manner.
JSP file location:
Maximo \ applications \ Maximo \ maximouiweb \ webmodule \ WebClient \ Components \
XML file location:
Maximo \ applications \ Maximo \ propertie
Link: http://blog.csdn.net/kongxx/article/details/7059982
During Maximo development, you sometimes need to determine whether certain functions are available based on the version information of the currently running Maximo. In this case, you can use the psdi. util. version class to obtain Maximo version information.
Import psdi. util. version; Run the precedin
This article link: http://blog.csdn.net/kongxx/article/details/7059982
In the development of Maximo, it is sometimes necessary to determine the availability of certain features based on the version information of the currently running Maximo, at which point the Psdi.util.Version class provided in Maximo can be used to obtain the version information of the
Summary:CmmeThe full name is Capability Maturity Model Integration. cmme is a good thing, But insiders do not have a comprehensive understanding of her, and even have various misunderstandings. Although there are many introduction to cmme on the Internet, it is generally bitter and difficult to understand. This article uses vivid and plain statements to show you the real faces of CMMs.
Author:
Zhang chuanbo
Chief Expert of the original Softwa
Many people may have misunderstandings about cmme:
The process of attaching importance to CMMS is less important to personnel management;
Cmme emphasizes process-based execution, while ignoring the initiative and creativity of personnel;
Processes are dead, documents are dead, but people are active, things are changing, and the execution of CMMs is not flexible;
This article will describe the requirements o
ArticleDirectory
Introduction to Maximo project implementation
Introduction to Maximo project implementation
I have participated in the Maximo project implementation of XX Company since my work. I would like to talk about my feelings at work and my understanding of Maximo. Thank you.
[B] understanding o
The soul of the Maximo system is data. Without comprehensive and accurate data, all functions of the Maximo system cannot be discussed. Therefore, data collection is the top priority of the Maximo system. How to scientifically and efficiently collect Maximo system data has always been our primary task of thinking and p
Some days ago, I attended the 10th China system and software process improvement Annual Meeting, one of which was the cmme and agile dialogue (it is said that last year was a debate, the fire smell is too strong due to the intention to allow everyone to express their own ideas in an extreme way. So this year, we changed to dialog ). CMMS emerged in a way that embraces agility. Several agile representatives seem to be purely technical and have a weak l
Yesterday in a project, an additional properties file needs to be read, and the properties file is stored in the Maximo/properties folder. First, read the installation path of Maximo. Of course, this is the most critical step.
Thanks to the hello. Class. getprotectiondomain (). getcodesource (). getlocation (). GetFile () method provided by fedora Maximo (43865
I. Principles of CMMs:
1. Emphasize the support of senior managers. Process improvement is often recognized and proposed by senior managers. Strong and consistent support is the key to process improvement.
2. carefully determine the improvement objectives. First, correctly estimate and define the improvement objectives that can be completed within a given period of time, and develop a plan. Select the target and the benefits to the Organization.
3
Problem:1. the EPG positioning is unclear. At present, there are still doubts about the long-term existence of the EPG organization. It is not clear about the EPG development and EPG situation in the future.
2. The implementation of CMMs lacks planning, a large project progress plan and a cost plan, and is implemented blindly without knowing the time to complete or how much money is spent.
3. in the implementation process of
the implementation of the attachment function (see Ewell.webclient.beans.warranty.WarrantysDateBean, Ewell.webclient.beans.doclinks.custom.AddDocLinksCustomBean, Ewell.webclient.beans.doclinks.custom.ViewAttachmentsCustomBean)attachment browsing need to configure the attachment service in WebLogic to create a new Web-inf folder within the C-doclinks folder C:\ibm\SMP\maximo\ The Web. xml file under the deployment path is copied in and then installed i
Let's talk about it first.
In a dialog box (also called 1), another dialog box (also called 2) is displayed. When you click OK in dialog box 2, close dialog box 1. In fact, it is a bit like the stuff in the Application Designer, which needs to be controlled in the class.
In the Code dialog box, the code is displayed:
// Call another Dialog
This. clientsession. loaddialog ("copymrlnprmx ");
Note: ID of the copymrlnprmx -- Dialog dialog box
Close the dialog box code in the Code:
// Clos
In Maximo sometimes we need to query according to some MBO properties, for example, according to the status and Reportdate properties, this can be achieved by Mbosetremote Setwhere method. The following code shows how to query the results based on status and Reportdate. This is because the Oracle database is used in the background, so Oracle's date function is used.
Import Psdi.mbo.MboRemote;
Import Psdi.mbo.MboSetRemote;
Import psdi.util.MXException
above is an application that removes an application for SBWXJH2The following is the relevant SQL for the domain query:SELECT * from Maxattribute where objectname= ' Sbreworker ' and attributename= ' REMARK ';SELECT * from Maxdomain where domainid= ' reworkertitle ';SELECT * from Alndomain where domainid= ' reworkertitle ';View sequence:SELECT * from SYSCAT. Sequences where seqname like ' sb% ';Set Default values:ALTER TABLE Sbrepairplan ALTER COLUMN HASLD set with default 0UPDATE Sbrepairplan S
This document describes how to configure the maximo system after an empty database is installed.
Change after installation
1. after the installation is complete, log on to the system using maxadmin. First, authorize the Administrator in the permission group for the application. The system only grants the permissions of several applications, such as database configuration, to the Administrator group, in this case, all permissions of all the remaining p
Maximo workflows are really easy to use, but in the process of custom development, especially tianchao, there are too many leaders and too many requirements, and the requirements for workflows are increasingly complicated and cumbersome. This forced us to use code to control the workflow during secondary development. Recently, some simple functions have been processed and listed for sharing.
Bytes ------------------------------------------------------
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.